home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / Layout / Layout.r < prev   
Encoding:
Text File  |  1996-04-22  |  713 b   |  35 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        Layout.r
  3.  
  4.     Contains:    resources for the OpenDoc Layout subsystem
  5.  
  6.     Owned by:    Joshua Susser
  7.  
  8.     Copyright:    © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <2>     8/11/95    jpa        Number rsrcs from subsystem base [1276412]
  13.          <1>     8/24/94    JBS        first checked in
  14.     To Do:
  15. */
  16.  
  17. #define SystemSevenOrBetter 1            // we want the extended types
  18. #define    SystemSevenOrLater    1            // Types.r uses this variable
  19.  
  20. #ifndef __TYPES_R__
  21. #include "Types.r"
  22. #endif
  23.  
  24. #ifndef __SYSTYPES_R__
  25. #include "SysTypes.r"
  26. #endif
  27.  
  28. #ifndef _RSRCBASE_
  29. #include "RsrcBase.h"
  30. #endif
  31.  
  32. resource 'PAT ' (kODLayoutRsrcBase+0) {
  33.     $"AA00 AA00 AA00 AA00"                                /* ™.™.™.™. */
  34. };
  35.